-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create plot for inspecting the data #24
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
As for the "Possible improvements", it makes sense to improve the first two points. Better to do that in independent PRs. Graphites has been enabled in this repo, you could use it to manage stacked PR with ease (https://graphite.dev/docs/cli-quick-start) |
|
Quality Gate passedIssues Measures |
This PR adds a graph in the layout and in the
gm_plot
callback. It visualizes the number of BGCs in function of the number of GCFs, allowing the user to inspect the GCFs' IDs corresponding to a certain number of BGCs.Possible improvements:
Do we want to do this in this PR or should I open separate PRs for the future? It depends on what we wish to prioritize at the moment.